home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS02.ADF / Make / Make.doc < prev    next >
Internet Message Format  |  1989-05-30  |  854b

  1. From aaz@pucc-j (Marc Mengel) Thu Dec  5 22:50:30 1985
  2. Path: gumby!uwvax!seismo!lll-crg!qantel!ihnp4!inuxc!pur-ee!pucc-j!aaz
  3. Subject: "make" for the Amiga
  4. Date: 6 Dec 85 04:50:30 GMT
  5. Organization: The Hacker's Liberation Front
  6.  
  7.      Here is a (painfully) simple version of make (everyones favorite
  8.      unix utility) I hacked together for the Amiga.  It only does
  9.      explicit rules, and doesn't quite figure out when it doesn't know
  10.      how to make something...  but It does work.  I may give it some
  11.      useful options (like make -t) in the future, but right now it
  12.      only knows -f (for a makefile other than Makefile) and -d (which
  13.      prints hoards of debug info).  Included here is a sample makefile
  14.      that can be used to compile/maintain/alter it.  (You will need
  15.      to change the specification of where the include librarys are...)
  16.  
  17.  
  18.  
  19.